-
Home
-
Transferito: WP Migration
-
8.4.3
-
Code
-
Classes
- DecodingEventStreamIterator
| Total Complexity |
40 |
| Dependencies |
5 |
| Dependents |
1 |
| Total lines |
321 |
| Lines of code |
181 |
| Logical lines of code |
97 |
| Comment lines |
21 |
| Methods |
26 |
| Properties |
8 |
Methods 26
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| parseEvent() |
S |
49 |
5 |
31 |
| parsePrelude() |
S |
55 |
4 |
19 |
| parseHeaders() |
S |
56 |
3 |
18 |
| next() |
S |
69 |
2 |
7 |
| uintToInt() |
S |
68 |
2 |
7 |
| unpackInt64() |
S |
67 |
2 |
7 |
| decodeBytes() |
S |
65 |
2 |
8 |
| decodeString() |
S |
65 |
2 |
8 |
| decodeUuid() |
S |
62 |
1 |
11 |
| __construct() |
S |
77 |
1 |
4 |
| current() |
S |
82 |
1 |
3 |
| key() |
S |
82 |
1 |
3 |
| rewind() |
S |
71 |
1 |
6 |
| valid() |
S |
80 |
1 |
3 |
| readAndHashBytes() |
S |
73 |
1 |
5 |
| decodeBooleanTrue() |
S |
80 |
1 |
3 |
| decodeBooleanFalse() |
S |
80 |
1 |
3 |
| decodeInt8() |
S |
74 |
1 |
4 |
| decodeUint8() |
S |
78 |
1 |
3 |
| decodeInt16() |
S |
73 |
1 |
4 |
| decodeUint16() |
S |
78 |
1 |
3 |
| decodeInt32() |
S |
73 |
1 |
4 |
| decodeUint32() |
S |
78 |
1 |
3 |
| decodeInt64() |
S |
74 |
1 |
4 |
| decodeUint64() |
S |
78 |
1 |
3 |
| decodeTimestamp() |
S |
68 |
1 |
7 |